a = 5 b = 4 c = 5 teza = False if a == b: teza = True if b == c: teza = True if c == a: teza = True if teza == True: print "Jest rownoramienny"